home *** CD-ROM | disk | FTP | other *** search
- VERSION 1.0 CLASS
- BEGIN
- MultiUse = -1 'True
- END
- Attribute VB_Name = "clsClientService"
- Attribute VB_Creatable = False
- Attribute VB_Exposed = False
- Option Explicit
- '-------------------------------------------------------------------------
- 'This class is used a structure for information about expected
- 'Service Request callbacks. Objects of this class are
- 'added to the gcService collection
- '-------------------------------------------------------------------------
-
- Public lID As Long 'Service Request ID
- Public sCommand As String 'Service Request Command
- Public lStartTicks As Long 'Tick Count of when call was made
-
-